home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / pc / 3-Presentations / Apple Demos / Training / HyperCard 2.0 Training / •HC 2.0-5 / card_6075.txt < prev    next >
Text File  |  1990-04-06  |  740b  |  33 lines

  1. -- card: 6075 from stack: in.0-5
  2. -- bmap block id: 5656
  3. -- flags: 0000
  4. -- background id: 2650
  5. -- name: sneak.5
  6. ----- HyperTalk script -----
  7. on typeIt
  8.   put "Major Printing Improvements" into thePhrase
  9.   repeat with n = 1 to the number of chars of thePhrase
  10.     play "smallType"
  11.     wait until the sound is "done"
  12.     put char n of thePhrase after cd fld "text"
  13.   end repeat
  14. end typeIt
  15.  
  16. on closeCard
  17.   put empty into cd fld "text"
  18. end closecard
  19.  
  20.  
  21. -- part 2 (field)
  22. -- low flags: 01
  23. -- high flags: 0000
  24. -- rect: left=116 top=234 right=290 bottom=389
  25. -- title width / last selected line: 0
  26. -- icon id / first selected line: 0 / 0
  27. -- text alignment: 1
  28. -- font id: 174
  29. -- text size: 24
  30. -- style flags: 2304
  31. -- line height: 26
  32. -- part name: text
  33.